Skip to content

Raise gh pr list limit to 100#48

Open
Phlogistique wants to merge 1 commit into
claude/pr-number-addressing-3njvdxfrom
claude/pr-list-limit-3njvdx
Open

Raise gh pr list limit to 100#48
Phlogistique wants to merge 1 commit into
claude/pr-number-addressing-3njvdxfrom
claude/pr-list-limit-3njvdx

Conversation

@Phlogistique

Copy link
Copy Markdown
Collaborator

gh pr list returns at most 30 results by default, so a branch with more direct children than that would silently lose part of the fan-out, and has_sibling_conflicts could miss a labeled sibling and delete a branch it still needs. Raise both calls to --limit 100.

Known remaining limitation, intentionally untouched: gh pr view --json comments (the state-marker read) caps at 100 comments with no pagination knob in gh; on a busier PR the marker could fall outside the window, which lands in the safe abandon path.

Stacked on #45.

🤖 Generated with Claude Code

https://claude.ai/code/session_01JHvKryT4QUpHYdNq9YEQxX


Generated by Claude Code

gh pr list returns at most 30 results by default, so a branch with more
direct children than that would silently lose part of the fan-out, and
has_sibling_conflicts could miss a labeled sibling and delete a branch
it still needs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

https://claude.ai/code/session_01JHvKryT4QUpHYdNq9YEQxX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants